NDocumentView<TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings> Class Events
For a list of all members of this type, see NDocumentView<TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings> members.
| Name | Description |
 | DocumentChanged | Occurs when the view's document has changed. |
 | DocumentLoaded | Occurs when a document was loaded by the view. |
 | DocumentSaved | Occurs when the current document was saved by the view. |
 | ReadOnlyChanged | Mutation event, which occurs when the ReadOnly property has changed. |
Top